ActiveReports Developer 7
Invoke(Delegate,Object[]) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > Invoke Method : Invoke(Delegate,Object[]) Method

method
args

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function Invoke( _
   ByVal method As System.Delegate, _
   ByVal ParamArray args() As System.Object _
) As System.Object
C# 
public System.object Invoke( 
   System.Delegate method,
   params System.object[] args
)

Parameters

method
args

See Also